@charset "utf-8";

/* ================================
index
================================= */

.onlyPc { display:block!important; }
.onlySp { display:none!important; }


body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

ul{
  list-style:none; 
}

li{
	font-size: 14px;
}

li a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #ffcc00;
	
}
p{
  margin: 0;
}


.top-box h1{
  margin-top: 10px;
}
.article{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.title_box{
	margin-top: 80px;
}

.article h1{
position: relative;
display: inline-block;
padding: 0 45px;
	font-size: 30px;
}
.article h1:before, h1:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: black;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.article h1:before {left:0;}
.article h1:after {right: 0;}

.article h2 {
border-bottom: solid 3px skyblue;
position: relative;
	 color: #333333;
}

.article h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}

img a:hover {
	transform: scale(1.8,1.8);
}

/*---ヘッダ---*/
header{
  width: 100%;
  position: fixed;
  padding-left: 420px;
  z-index: 800;
  background: #fff;
  height: 70px;
  display: flex;
  top: 0;
}
.header-logo {
  width: 20%;
  height: auto;
}

.header-box{
	display: flex;
	width: 100%;
}

/* ------------------------------------------------------------- 言語翻訳 */
.language{
	margin: 30px;
	padding-left: 200px;
}

/* ------------------------------------------------------------- 会員専用ログイン */
.login {
	width: 100%;
	margin-top: 25px;
}

.login_btn {
  display: inline-block;
  max-width: 150px;
  height: 20px;
  text-align: left;
  border: 2px solid #0099ff;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #0099ff;
  
}

.login_btn:hover {
  background-color: #fff;
  border-color: #0099ff;
  color: #0099ff;
}
/* ------------------------------------------------------------- サイドメニュー */
.menu{ 
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width:200px;
  height: 420px;
  padding: 10px;
  padding-left: 10%;
  margin: 10px;
  margin-top:0;
  float:left;
  z-index:999;
}

.menu-text{
  padding-left: 2%;
  font-size: 115%;
  color:#000000;

}
.menu-text a{
  font-size: 140%;
  font-family: 'PT Sans', sans-serif;
  font-weight:800;
  text-decoration: none;
}
.smallmenufont{
  font-size: 70%;
  padding-bottom: 7%;
  line-height: 20px;
}
.what{
  line-height: 5px;
}

/* ------------------------------------------------------------- メイン */
main{
  display:flex;
  font-family: "Sawarabi Gothic"; 
}
.top_main{
  position:relative;
  display:block;
  padding-left: 25px;
  padding-top: 80px;

}
.top_main:after{
  content:"";
  display:block;
  clear:both;
}


/* ------------------------------------------------------------- メインの画像部分 */
.top-box{
  display:flex;
　clear: both; 
}


#top,#top2{
  padding-right: 5px;
  overflow: hidden;
  width: 650px;
  height: 355px;
  position: absolute;
}


.main-v,.main-v2{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 150%;
  height: 100%;
  animation: anime1 30s linear 0s infinite;
  z-index: 0;
}
.main-v2{
  opacity: 0;
  animation: anime2 30s linear -2s infinite;
}
@keyframes anime1 {
  0% {
    left: -13.5%; 
    opacity: 0.75;
  }
  20%{
    opacity: 1
  }
  40% {
    left: -50%;
    opacity: 0;
  }
  80% {
    left: 5%; 
    opacity: 0;
  }
  100%{
    left: -13.5%; 
    opacity: 0.75;
  }
}

@keyframes anime2 {
  20% {
    left: 5%; 
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}

.top-img-text img{
	width: 70%;
	text-align: center;
}

.top-img-text{
  position: absolute;
  top:50%;
  text-align: center;
  font-size: 10%;
}

.top-img-logo{
  position: absolute;
  top:5%;
  left:85%;
  width: 10%;
}

#top-side {
  display:flex;
  flex-flow: column wrap;
  padding-left: 68%;
}
#top-side div{
  flex:1;
}
#top,#top2,#top-side div{
  width:65%;
}
/* ------------------------------------------------------------- 個別追加べージ用バナー部分（世界会議/ライメックス/はまファン） */

.top-box2{
	display:block;
	width: 900px;
}

.top-box2 img {
	width: 32%;
	height: auto;
	padding: 1px;
}


/* ------------------------------------------------------------- コンテンツ*/
.contents,.link-line{
  font-family: 'PT Sans', sans-serif;
  font-size: 200%;
  display: flex;
  align-items: center;
}
.contents:after,.link-line:after{
  content: "";
  height: 2px;
  width: 80%;
  background: #000; 
  margin:0.4em;
}
.link-line:after{
  width: 90%;
}

.information,.link-txt{
  font-size: 90%;
  padding-bottom: 2%;
}
.plan,.report{
  font-size: 130%;
  padding-bottom: 3%;
}
.plan li a,.report li a{
  display: inline-block;
  list-style:none;
  margin: 0;
  padding: 0;
}
.plan ul,.report ul{
  display: inline-block;
  list-style:none; 
  margin: 0;
  padding: 0;
}
.button2{
  width: 28%;
  padding: 2% 2%;
  margin-top:30%;
  margin-left:48%;
  position: absolute;
  background: #fff;
  color: #ffa500;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.button_riji{
  width: 28%;
  padding: 2% 2%;
  margin-top:28%;
  margin-left:15%;
  position: absolute;
  background: #ffa500;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.detail-text{
  font-size: 120%;
  display: inline;
}
.detail_smp{
	width: 100%;
}
.detail_smp img{
　width: 20%;
}
.arrow{
  padding-left: 55%;
}

.sitemap{
	width:900px;
	margin: 10px;
}
.col-1,.col-2{
  float: left;
  font-weight:700;
  padding-left: 10px;
  
}


.plan{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin: 2px;
	padding: 2px;
}
.plan img{
    margin: 5px;
	padding-left: 0.3em;
	padding-right: 0.3em;
	width: 33%;
}
.col-1{
  padding-right: 3%;
}
.col-2{
  padding-right: 20%;
}

.col-1 li a,.col-2 li a{
  color: #333;
  font-size: 85%;
  color: #666666;
  text-decoration: none;
}

.col-1 li a:hover,.col-2 li a:hover{
  color: #000;
}


/* ------------------------------------------------------------- SNS---*/
.string-box{
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Sans JP";
  font-size: 220%;
  font-weight: 500;
  height: 130px;
  width: 56%;
  padding-top: 2%;
  padding-left: 2%;
}
.string{
  display: inline;
  padding-left: 7%;
}

.iine{
  display: inline;
}

.a{
  padding-bottom:5%;
}

.str1{
  color: #FF0000;
  overflow: hidden;
}

.str2{
  color: #75A9FF;
  overflow: hidden;
}

.SNSs-box{
  margin-top: 3%
}
.SNSs{
  display: inline-block;
  width: 20%;
}
.SNSs-img{
  width: 45%;
  height: auto;
}


/* ------------------------------------------------------------- フッタ-----*/
footer{
   width: 100%;
   height: 100px;

}
.footer{
  font-family: "Sawarabi Gothic"; 
  padding-left: 24%;
  width: 80%;

}
/* ------------------------------------------------------------- コピーライトー---*/
.copyright{
  margin-bottom: 1%;
  margin-left: 0.5%;
  width: 100%;
}


/* ------------------------------------------------------------- フッタバナー---*/
.link{
  text-decoration: none;
}
.footer-banner-box{
  display: inline-block;
  width: 80%;
  margin-right: 20%;
  margin-left: 1em;
  background-color: #ffa300; 
}
.footer-banner{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1.5%;
  width: 55%;
}
.footer-banner li a{
  color: #000000;
}
.footer-banner-link{
 display: inline;
 font-size: 90%;
 padding-left: 10px;
}
.footer-banner-link li{
  display: inline;
  padding-right: 1%;
  padding-left: 1%;
}
.footer-banner-link li+ li {
  border-left: 1px solid #000000;
}
address{
  display: inline;
  font-style:normal;
  padding-left: 4%;
}
.footer-banner-address{
  position: relative;
  display: inline-block;
  font-size: 70%;
  padding-top:1%; 
  padding-bottom:1%; 
}
.address{
  display: inline;
}

/* ------------------------------------------------------------- 上に戻るボタン--- */
button {
  position: fixed;
  top:85%;
  left:55em;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 150%;
  cursor: pointer;
  border: 0;
  opacity:0.7;
  border-radius: 50%;
  background: #ffa500;
  visibility: hidden;
  z-index: 2;
}

/* ------------------------------------------------------------- 事業予定・報告表示用（投稿ページ）---*/

.jigyotitle{
  display:block;
}


.table-box{
  margin-left: auto;
  margin-right: auto;

}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 6px;
  width:10%;
  text-align: center;
  font-size: 14px;
}
 
.row-head th {
    background:  #ffa500;
	color: #fff;

}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}

#menu_smp{
	display: none;
	display:inline
}


/* ------------------------------------------------------------- 歴代JCI会頭、（公社）日本青年会議所会議　会頭用テーブル */
.table-box{
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 6px;
  width:10%;
  text-align: center;
  font-size: 14px;
}
 
.row-head th {
    background:  #ffa500;
	color: #fff;

}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}




@media only screen and (max-width: 480px) {
  .row-head thead {
    display: none;
	
  }

 /* テーブル*/
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
    border: 1px solid  #ffa500;;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid  #ffa500;;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}

/* 役員*/

.our_team_box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin: 5px;
	padding: 20px;
	text-align: center;
	background: #fff;
}
.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 85%;
		margin-left: auto;
	margin-right: auto;
}

.contents-box {
	margin-bottom: 30px;
	padding: 10px;
	width: 20%;
	background-color: #f0f0f0;
}

.contents-box img {
	display: block;
	margin-bottom: 5px;;
	width: 100%;
	height: auto;
		margin-left: auto;
	margin-right: auto;
}

.contents-box h3 {
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}

.contents-box h3 span{
	font-size: 10px;
	
}
.contents-box_01 {
	margin-bottom: 10px;
	padding: 30px;
	width: 20%;
	background-color: #fff;
}

/*　組織　　*/

.soshiki-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
	width: 100%;
}
.soshiki-text {
	width: 100%; 
}
.soshiki-img {
	width: 35%; 
	padding: 30px;
}

.soshiki-text h3 {
	margin-bottom: 2rem;
	font-size: 20px;
padding: 0.5em;
color: #494949;
background: #fffaf4;
border-left: solid 5px #ffaf58;
}

.soshiki-text p{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
}
.soshiki-text h3 span {
	font-weight: 600;
      font-size: 14px;
}
.soshiki-text p span {
	font-weight: 600;
        font-size: 16px;
}
.soshiki-img img {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

/*年表テーブル*/
.history_tbl{
margin: 20px auto;
	width: 90%;
}
.history_tbl th {
  background: #999999;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.history_tbl td {
　border: solid 1px #ccc;
  padding: 10px;
}


/* ================================
PCでは非表示_スマホ対応
================================= */
@media screen and (min-width:768px) {
#menu_smp{
		display: none;
	}	
	
#top_smp,top2_smp{
		display: none;
	}	
#top_smp img{
		display: none;
	}	
	
#top2_smp img{
		display: none;
	}
	.header-box_smp{
		display: none;
	}

.join_box_smp{
	display: none;
}
.jigyobr_box_smp{
	display: none;
}
.top_img4_smp{
	display: none;
	}
.top_img5_smp{
	display: none;
	}
	
 .bottom-menu{display:none; 
	}
.link_smp{
  display: none;
}
.link-line_smp{
	display: none;
}
.link-txt_smp{
    display: none;		
}
.SNSs-box_smp{
	display: none;
}
.detail_smp{
	display: none;		
}	
.button2_smp{
	display: none;
}
.footer-banner-box_smp{
		display: none;
	}
.copyright_smp{
		display: none;
	}

.address_smp_01{
	display: none;
}
.top-box2_smp{
	display:none;
}

}
/* ================================
スマホ対応
================================= */
@media screen and (max-width : 768px){
.top-box2_smp{
　　width: 100%;
	height: 600px;
	
	}
.top-box2_smp img{
		width: 90%;
		height:auto;
		display: block;
		margin-left: 5px;
	margin-right: auto;
	}	
	.sitemap{
		width: 100%;
		margin-top: -750px;
	
	}
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box {
		width: 40%;
	}
      .contents-box_01 {
             display: none;
}

.soshiki-wrap,
	.soshiki-wrap:nth-child(odd)  {
		flex-direction: column;
		width: 60%;
		margin: 10px;
		padding: 15px;
	}

	.soshiki-text,
	.contents-img {
		width: 60%; 
	}

	.soshiki-text {
		padding: 3rem;
			text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

	.soshiki-text h2 {
		text-align: center;
	}
	
/*年表テーブル*/	
　 .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .history_tbl {
	  width: 100%;
  }
  .history_tbl th,
  .history_tbl td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
/* スマホヘッダー */
header{
  width: 100%;
  position: fixed;
  z-index: 800;
  background: #fff;
  height: 70px;
  display: flex;
  top: 0;
}
	
.header-box{
		display: none;
	}
.menu{
		display: none;
	}
	
.header-box_smp{
	width: 100%;
	position: fixed;
	top: 0;
	}
	
.header-logo_smp img{
	width: 55%;
	margin-left: -350px;
	height: auto;

	}

/* 会員専用ログイン */
.login_smp {
	width: 100%;
	margin-top: -50px;
	margin-left: -150px;
}
.login_btn_smp {
  display: inline-block;
  max-width: 80px;
  height: 20px;
  text-align: left;
  border: 2px solid #0099ff;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #0099ff;
  font-family: "Sawarabi Gothic"; 
  
}

.login_btn_smp:hover {
  background-color: #fff;
  border-color: #0099ff;
  color: #0099ff;
}
	
/* スマホメイン画面 */	
	#top_smp{
		width: 100%;
		height: auto;
	}
#top_smp img{
	width: 100%;
	height: auto;
	}
	
	#top2_smp{
		width: 100%;
		height: auto;
	}	
/* 考動ロゴ */	
.top-img-logo_smp{
	margin-left: -200px;
	width: 10%;
	position: absolute;
}

/* 想いの数だけ */	
.top-img-text_smp img{
	width: 50%;
	text-align: center;
}
	
.top-img-text{
  position: absolute;
  top:50%;
  text-align: center;
  font-size: 10%;
}
	
.top-img-logo{
  position: absolute;
  top:5%;
  left:85%;
  width: 10%;
}	
	
	
/* スマホ入会案内　バナー*/	
.join_box_smp{
	width: 100%;
	height:  auto;
	margin-top: 242px;
   text-align: center;
	}
.join_box_smp img{
		width: 105%;
	margin-top: -90px;

	}
/* スマホ事業案内_開港祭　バナー*/	
.jigyobr_box_smp{
	width: 100%;
	height:  auto;
	margin-top:-10px;
   text-align: center;
	}
.jigyobr_box_smp img{
		width: 105%;
		text-align: center;
	}
		

.top-box2{
		display: none;
	}	
	
	
/* サイドバナー入会・開港祭 */	
#top-side img{
	display: none;
	}	
#top{
  display: none;
	}	
#top2{
  display: none;
	}
.top-box2{
display:none;

	
	}
	

.contents{
  font-family: 'PT Sans', sans-serif;
  font-size: 100%;
  display: flex;
  align-items: center;
  margin-top: 800px;
}
.contents:after{
  content: "";
  height: 2px;
  width: 20%;
  background: #000; 

}

	
/* リンク　見出し */
	
.link-line{
 display: none;
}
/* JCI所信 */
	.detail_smp{
		width:95%;
		height:300px;
	}
.detail_smp img{
		width: 100%;
	}	

.button2_smp{
  width: 75%;
  padding:10px;
  margin-top:160px;
  margin-left:30px;
  position: absolute;
  background: #ffa500;
  color: #FFFFFF;
  text-decoration: none;
}

.button_riji_smp{
  width: 75%;
  padding:10px;
  margin-top:145px;
  margin-left:30px;
  position: absolute;
  background: #ffa500;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}	
.arrow_smp{
  padding-left: 50%;
}
.detail-text_smp {
  font-size: 14px;
  display: inline;

}
.detail-text2_smp {
  font-size: 75%;
  display: inline;
}
.detail{
  display: none;	
	}	

	
/*========================
　smartphone　bottom menu
　========================*/
	
.mini-text{font-size:14px;
	color: #808080;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #ffa300;/*バーの上の線*/
    border-bottom:0px solid #808080;/*バーの下の線*/
    z-index:30;
	}

ul.bottom-menu li {
    float:left;
    width:25%;
	height:45px;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:5px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:14px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/
	}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;
	height: auto;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
	
	
.col-1{
		display: none;
	}
.col-2{
		display: none;
	}
.footer-banner-box{
		display: none;
	}
.footer-banner-box_smp{
		width: 100%;
		margin-left: -130px;
	}
.SNSs-box{
		display: none;
	
	
}
	.link-line_smp{
		width:45%;
	}
	.link_box_smp{
		width:100%;
		margin: 5px;
		height: 200px;
		margin-bottom:180px;
		margin-top: 80px;
	}
	.link_box_smp img{
		width: 80%;
	}
/*---フッタ ---*/
.footer{
		display: none;
	}
.footer-banner-address_smp{
		width: 100%;
		  background-color: #ffa300; 
	  font-family: "Sawarabi Gothic"; 

	}
.address_smp_01{
		font-size: 14px;

	}

/*---コピーライトー---*/
.copyright_smp{
    width:100%;
	height:200px;
    padding: 15px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
.copyright_smp p{
	font-size: 10px;
	margin-bottom:60px;
	    margin-left: auto;
	margin-right: auto;
	}
.footer-banner-box{
		display: none;
	}
.copyright{
		display: none;
	}
.fotter-logo_smp{
	width: 100%;

	}
.fotter-logo_smp img{
	width: 100%;
	text-align: center;

	}
/* 全体記事 */
.article{
		width: 100%;
		margin: 30px;
		padding:10px;
		margin-top: -10px;
		margin-bottom:30px;

	}
	

/* 会頭テーブル　*/
	
	  .row-head thead {
    display: none;
	
  }
	
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;

  }
  
  .row-head tr {
    border: 1px solid  #ffa500;;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 2px 2px 0;
	  
  }
  
  .row-head td {
    border: none;
    border-bottom: 1px solid  #ffa500;;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 10px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 30px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
	
/* -------------------------------------------------------------役員*/

.our_team_box{
	width: 100%;
	background: #fff;

}
.contents-wrap {

	width: 100%;

}

.contents-box {
	text-align: center;
	width: 80%;
	background-color: #f0f0f0;
		margin-left:10px;
}

.contents-box img {
    margin-bottom: 5px;
	width: 100%;
	height: auto;

	

}

.contents-box h3 {
	margin-bottom: 5px;
	font-size: 18px;
	text-align: center;
}

.contents-box h3 span{
	font-size: 12px;
	
}
.contents-box01 {
display: none;
}	
		
/* -------------------------------------------------------------組織図*/
	
.soshikizu{
		width: 100%;
         margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
	.sozhikizu img{
		width: 100%;
	}
/* -------------------------------------------------------------組織紹介　事業計画*/
.soshiki-wrap_smp{
	width: 100%;
	background: #fff;
	}
.soshiki-img_smp{
	background:#fff;	
	width: 100%;
    text-align: center;
	}
.soshiki-text_smp h3{
		background: #fffaf4;
		color: #494949;
		margin: 10px;
		padding-left: 5px;
		padding-right: 5px;
		width: 90%;
        border-left: solid 5px #ffaf58;
		font-size: 18px;
	}
.soshiki-text_smp h3 span {
	font-weight: 600;
      font-size: 14px;
}
.soshiki-text_smp p{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin: 10px;
	padding: 15px;
	padding-left: 5px;
	padding-right: 5px;
	
}
	
.soshiki-wrap{
display:none;
	}
.soshiki-text {
display:none;
}
.soshiki-img {
display:none;
}
.soshiki-img img{
display:none;
	}
.soshiki-text h3 {
display:none;
}
.soshiki-text p{
display:none;
}
.soshiki-text h3 span {
display:none;
}
.soshiki-text p span {
display:none;
}	
	
}